Typo fix in Mac-not case.
authorRobert Lipe <robertlipe@gpsbabel.org>
Thu, 7 Dec 2017 07:06:21 +0000 (01:06 -0600)
committerRobert Lipe <robertlipe@gpsbabel.org>
Thu, 7 Dec 2017 07:06:21 +0000 (01:06 -0600)
gui/upgrade.cc

index 2986a04f3ee046f1d2b98630d300797fd861223f..0eac201d3a457167c656350774fb9496614b7201 100644 (file)
@@ -152,7 +152,7 @@ QString UpgradeCheck::getOsVersion()
 
 QString UpgradeCheck::getCpuArchitecture()
 {
-#if HAVE_UNAME || defined (Q_OS_MAC)     +  args += "&cpu=" + QSysInfo::currentCpuArchitecture();
+#if HAVE_UNAME || defined (Q_OS_MAC)
   struct utsname utsname;
   if (0 == uname(&utsname)) {
     return utsname.machine;